home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch08.Lingo / tutor.dir / 00225.txt < prev    next >
Encoding:
Text File  |  1996-12-05  |  223 b   |  10 lines

  1. on mouseDown
  2.  set SWAStatus = the state of  
  3.   member "SWAHolder"
  4.    if (SWAstatus < = 2) or (SWAstatus = 4) then
  5.         play (member "SWAHolder")
  6.      else if SWAstatus = 3 then
  7.     pause (member "SWAHolder")
  8.  end if
  9. end
  10.